Fix the cairo build on OS X
authorMatthias Clasen <mclasen@redhat.com>
Sun, 3 Jan 2021 18:46:34 +0000 (13:46 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 4 Jan 2021 02:34:04 +0000 (21:34 -0500)
Change the subproject to point to a branch that includes
an OS X build fix. Once
https://gitlab.freedesktop.org/cairo/cairo/-/issues/441
is fixed, we should switch back to master.

subprojects/cairo.wrap

index d09964e401cb907df070b769924e4a66a32e568c..5e539239fe21f5580791a6fea2dbcfdf25828a2c 100644 (file)
@@ -1,6 +1,6 @@
 [wrap-git]
 directory=cairo
-url=https://gitlab.freedesktop.org/cairo/cairo.git
+url=https://github.com/matthiasclasen/cairo.git
 push-url=ssh://git@gitlab.freedesktop.org:cairo/cairo.git
-revision=master
+revision=fix-osx-build
 depth=1